home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 August (Alt) / CHIP 2005-08.1.iso / program / shareware / Flash_Oyunlar.exe / bumperball.swf / scripts / frame_15 / DoAction.as
Encoding:
Text File  |  2005-07-13  |  323 b   |  19 lines

  1. if(developmode == "on")
  2. {
  3.    bgMask01._visible = 0;
  4.    bgMask02._visible = 0;
  5.    bgMask03._visible = 0;
  6.    bgMask04._visible = 0;
  7.    _root.devModeWarning._y = 3;
  8. }
  9. else
  10. {
  11.    developmode == "off";
  12.    _root.devModeWarning._visible = 0;
  13. }
  14. ifFrameLoaded(18)
  15. {
  16.    gotoAndStop("bumperballSplash");
  17.    play();
  18. }
  19.